home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / tobby_ur.swf / scripts / DefineSprite_192 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  149 b   |  11 lines

  1. if(this.mode == false)
  2. {
  3.    this.alphaRate = 0;
  4.    this.gotoAndPlay("out");
  5. }
  6. else
  7. {
  8.    this.alphaRate = 100;
  9.    this.gotoAndPlay("in");
  10. }
  11.